Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps github.com/siderolabs/protoenc from 0.2.3 to 0.2.4.

Release notes

Sourced from github.com/siderolabs/protoenc's releases.

v0.2.4

protoenc 0.2.4 (2025-10-06)

Welcome to the v0.2.4 release of protoenc!

Please try out the release binaries and report any issues at https://github.com/siderolabs/protoenc/issues.

Contributors

  • Dmitriy Matrenichev
  • Andrey Smirnov

Changes

  • 4b9363e fix: skip encoding zero struct fields
  • cdb5394 chore: rekres and update
  • 9372479 chore: update dependencies
  • 0b9b91f chore: bump deps
  • 684f268 chore: bump deps, add repeated <-> single field example
  • 82f0774 fix: encode (u)int(16|8)s as varints
  • d8ddbd5 chore: add more tests
  • dceb5a6 fix: proper order for custom EncoderDecoder
  • 3617e19 fix: add missing test and proper check for map[string]interface{}
  • 647e9da chore: various additions
  • 3e56913 fix: support pointer to structs in marshal/unmarshal
  • 49a85fa chore: add support for map[string]interface{}
  • bf5e39b chore: support (u)int(8|16) fields ans slices, fix map issues,
  • d618d0d chore: no longer treat T and *T as the same types in RegisterEncoderDecoder
  • aa7ee6c chore: add fast path for ints, fixed ints and floats
  • 6427893 chore: bump Go and fix lint issues
  • 94427a5 chore: even more various fixes and small refactorings
  • 76e5695 chore: various fixes and small refactorings
  • 8a48bf0 feat: implement custom encoders/decoders
  • 549761b chore: various embedding fixes
  • ab9b1ff chore: add side-by-side tests with official proto.Marshal and Unmarshal
  • 2519db3 feat: implement Marshal/Unmarshal functions for protobuf encoding
  • 485db9f Initial commit

Changes since v0.2.3

  • 4b9363e fix: skip encoding zero struct fields

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 13, 2025
Bumps [github.com/siderolabs/protoenc](https://github.com/siderolabs/protoenc) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/siderolabs/protoenc/releases)
- [Commits](siderolabs/protoenc@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/siderolabs/protoenc
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 13, 2025
@github-project-automation github-project-automation bot moved this to To Do in Planning Oct 13, 2025
@talos-bot talos-bot moved this from To Do to In Review in Planning Oct 13, 2025
@utkuozdemir utkuozdemir removed this from Planning Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants